home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / hdinst.bat < prev    next >
DOS Batch File  |  1994-03-12  |  572b  |  26 lines

  1. echo off
  2. if "%1" == "" goto noparm
  3. echo.
  4. echo Installing.... Please Wait
  5. md %1\cdmenu
  6. copy *.* %1\cdmenu >nul
  7. md %1\vpic
  8. copy \vpic\*.* %1\vpic >nul
  9. echo.
  10. echo Once you have chosen the language you wish to use press F8 to tell
  11. echo the installation program which drive your CD Rom is installed on.
  12. echo.
  13. echo The program is about to start.
  14. echo.
  15. pause
  16. %1
  17. cd\cdmenu
  18. install
  19. goto end
  20. :noparm
  21. echo.
  22. echo You are required to enter a drive letter i.e. HDINST C: will set the
  23. echo CD Rom to run from your C: drive and the directory of CDMENU
  24. echo.
  25. :end
  26.